-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
draft csi driver lvm extension #1
Conversation
Initial commit
…-driver-lvm into draft-csi-driver-lvm-extension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really good already!!
I did not compare the entire resources with the actual deployment yet but left you some comments on the rest.
20dfc5a
to
dd51c25
Compare
708c396
to
7cc4401
Compare
c1c3fab
to
8f8b40d
Compare
14f738c
to
5bf755a
Compare
charts/gardener-extension-csi-driver-lvm/templates/deployment.yaml
Outdated
Show resolved
Hide resolved
charts/gardener-extension-csi-driver-lvm/templates/deployment.yaml
Outdated
Show resolved
Hide resolved
charts/gardener-extension-csi-driver-lvm/templates/poddisruptionbudget.yaml
Outdated
Show resolved
Hide resolved
81d92cc
to
cbfddd7
Compare
Co-authored-by: Gerrit <[email protected]>
Co-authored-by: Gerrit <[email protected]>
return err | ||
} | ||
|
||
log.Info("managed resource created succesfully", "name", v1alpha1.ShootCsiDriverLvmResourceName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log.Info("managed resource created succesfully", "name", v1alpha1.ShootCsiDriverLvmResourceName) | |
log.Info("managed resource created successfully", "name", v1alpha1.ShootCsiDriverLvmResourceName) |
…ck/gardener-extenstion-csi-driver-lvm into draft-csi-driver-lvm-extension
Co-authored-by: Gerrit <[email protected]>
Co-authored-by: Gerrit <[email protected]>
// var log = runtimelog.Log.WithName("gardener-extension-csi-driver-lvm") | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// var log = runtimelog.Log.WithName("gardener-extension-csi-driver-lvm") |
…ck/gardener-extenstion-csi-driver-lvm into draft-csi-driver-lvm-extension
Description
Draft extension for csi-driver-lvm for migration.